home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / manygrp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  3.1 KB  |  97 lines

  1. //----------------------------------------------------------------------------
  2. //Borland C++Builder
  3. //Copyright (c) 1987, 1998 Borland International Inc. All Rights Reserved.
  4. //----------------------------------------------------------------------------
  5. //---------------------------------------------------------------------------
  6. #ifndef manygrpH
  7. #define manygrpH
  8. //---------------------------------------------------------------------------
  9. #include <Classes.hpp>
  10. #include <Controls.hpp>
  11. #include <StdCtrls.hpp>
  12. #include <Forms.hpp>
  13. #include <Db.hpp>
  14. #include <DBTables.hpp>
  15. #include <ExtCtrls.hpp>
  16. #include <Qrctrls.hpp>
  17. #include <Quickrpt.hpp>
  18. //---------------------------------------------------------------------------
  19. class TManyGrpForm : public TForm
  20. {
  21. __published:    // IDE-managed Components
  22.     TQuickRep *QuickRep;
  23.     TQRBand *DetailBand1;
  24.     TQRDBText *QRDBText3;
  25.     TQRDBText *QRDBText4;
  26.     TQRDBText *QRDBText5;
  27.     TQRGroup *QRGroup1;
  28.     TQRDBText *QRDBText1;
  29.     TQRGroup *QRGroup2;
  30.     TQRExpr *QRExpr2;
  31.     TQRExpr *QRExpr3;
  32.     TQRLabel *QRLabel1;
  33.     TQRLabel *QRLabel2;
  34.     TQRLabel *QRLabel3;
  35.     TQRBand *QRBand1;
  36.     TQRExpr *QRExpr4;
  37.     TQRLabel *QRLabel5;
  38.     TQRBand *QRBand2;
  39.     TQRExpr *QRExpr1;
  40.     TQRLabel *QRLabel4;
  41.     TQRChildBand *ChildBand1;
  42.     TQuery *RepQuery;
  43.     TFloatField *RepQueryCustNo;
  44.     TStringField *RepQueryCompany;
  45.     TStringField *RepQueryAddr1;
  46.     TStringField *RepQueryAddr2;
  47.     TStringField *RepQueryCity;
  48.     TStringField *RepQueryState;
  49.     TStringField *RepQueryZip;
  50.     TStringField *RepQueryCountry;
  51.     TStringField *RepQueryPhone;
  52.     TStringField *RepQueryFAX;
  53.     TFloatField *RepQueryTaxRate;
  54.     TStringField *RepQueryContact;
  55.     TDateTimeField *RepQueryLastInvoiceDate;
  56.     TFloatField *RepQueryOrderNo;
  57.     TFloatField *RepQueryCustNo_1;
  58.     TDateTimeField *RepQuerySaleDate;
  59.     TDateTimeField *RepQueryShipDate;
  60.     TIntegerField *RepQueryEmpNo;
  61.     TStringField *RepQueryShipToContact;
  62.     TStringField *RepQueryShipToAddr1;
  63.     TStringField *RepQueryShipToAddr2;
  64.     TStringField *RepQueryShipToCity;
  65.     TStringField *RepQueryShipToState;
  66.     TStringField *RepQueryShipToZip;
  67.     TStringField *RepQueryShipToCountry;
  68.     TStringField *RepQueryShipToPhone;
  69.     TStringField *RepQueryShipVIA;
  70.     TStringField *RepQueryPO;
  71.     TStringField *RepQueryTerms;
  72.     TStringField *RepQueryPaymentMethod;
  73.     TCurrencyField *RepQueryItemsTotal;
  74.     TFloatField *RepQueryTaxRate_1;
  75.     TCurrencyField *RepQueryFreight;
  76.     TCurrencyField *RepQueryAmountPaid;
  77.     TFloatField *RepQueryOrderNo_1;
  78.     TFloatField *RepQueryItemNo;
  79.     TFloatField *RepQueryPartNo;
  80.     TIntegerField *RepQueryQty;
  81.     TFloatField *RepQueryDiscount;
  82.     TFloatField *RepQueryPartNo_1;
  83.     TFloatField *RepQueryVendorNo;
  84.     TStringField *RepQueryDescription;
  85.     TFloatField *RepQueryOnHand;
  86.     TFloatField *RepQueryOnOrder;
  87.     TCurrencyField *RepQueryCost;
  88.     TCurrencyField *RepQueryListPrice;
  89. private:    // User declarations
  90. public:        // User declarations
  91.     __fastcall TManyGrpForm(TComponent* Owner);
  92. };
  93. //---------------------------------------------------------------------------
  94. extern TManyGrpForm *ManyGrpForm;
  95. //---------------------------------------------------------------------------
  96. #endif
  97.